home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / GetTracker < prev    next >
Text File  |  1990-06-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      GetTracker(33.4)      ARP Programmers Manual      GetTracker(33.4)
  5.  
  6.  
  7.  
  8.      NAME
  9.       GetTracker --    Get a tracking node for    resource tracking.
  10.  
  11.      SYNOPSIS
  12.       Tracker = GetTracker()
  13.         A1
  14.  
  15.      C_LANGUAGE    SYNOPSIS
  16.       Tracker = GetTracker(    ID )
  17.  
  18.      FUNCTION
  19.       Creates a DefaultTracker style node, which you must then
  20.       initialize according to the specific resource    you wish
  21.       tracked.  For    assembly language callers, this    includes
  22.       installing the ID into the DefaultTracker returned to    you.
  23.       For C    or other higher    language users,    this ID    is installed
  24.       for you by the glue routine.    For more information on    the
  25.       uses of each ID value, please    consult    the page for TRAK_IDS.
  26.  
  27.      INPUTS
  28.       ID - Higher level language users must    supply an ID as    a
  29.           parameter, these are defined in arpbase.[hi].
  30.  
  31.      RESULTS
  32.       Tracker - A pointer to a DefaultTracker, or NULL if the
  33.           allocation failed.
  34.  
  35.      ASSEMBLY LANGUAGE CONSIDERATIONS
  36.       This call preserves registers    D0/D1/A0, unless the request
  37.       fails    in which case D0 is set    to 0 for your convenience, as
  38.       a NULL result.  On sucess, register A1 is a pointer to the
  39.       tracking node, and the Z flag    is set NOT-ZERO.
  40.  
  41.      BUGS
  42.       TRAK_WINDOW suffers from the CloseWindowSafely() bug.
  43.  
  44.      SEE ALSO
  45.       FreeTrackedItem(), FreeTaskResList(),    ArpAlloc(), TRAK_IDS
  46.  
  47.      AUTHOR
  48.       CDH
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.